home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Magnum One
/
Magnum One (Mid-American Digital) (Disc Manufacturing).iso
/
d3
/
keystuff.arc
/
KEYSTUFF.C
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1990-01-08
|
256 b
|
18 lines
void keystuff(char *cmd)
{register unsigned a=0;
register unsigned x=0;
pokeb(0,0x41a,0x001e);
pokeb(0,0x41c,0x001e);
while (cmd[a])
{
poke(0,0x41e+a*2,cmd[a]);
a++;
}
pokeb(0,0x41a,0x001e);
pokeb(0,0x41c,0x001e+a*2);
}